Skip to main content

DescribePropertyPortDetail

Description

No description for this api.

Request Method

POST

Request Path

/apsara/route/aegis/DescribePropertyPortDetail

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records per page in the returned result. default value: 20
IpBODYstringNoNo sample value for this parameter.host asset IP.
PortBODYstringNoNo sample value for this parameter.port number.
ProcNameBODYstringNoNo sample value for this parameter.process name.
versionBODYstringNo2016-01-01version of api
GroupIdBODYlongNoNo sample value for this parameter.asset group ID.
RemarkBODYstringNoNo sample value for this parameter.host asset IP or instance name. description supports fuzzy matching.
UuidBODYstringNoNo sample value for this parameter.host asset UUID.
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the number of pages currently returned. default value: 1
ExtendBODYstringNoNo sample value for this parameter.Whether to use fuzzy matching search for Port parameters, the value range: 1: indicates the use of 0: means no
TagIdListStringBODYstringNoNo sample value for this parameter.host asset tag ID.
regionIdBODYstringYesNo sample value for this parameter.region id

Return data

NameTypeSample valueDescription
RequestIdstringD85484BB-4DC2-44EC-AD67-0B3765EC9213request ID.
PageSizeinteger20page displays the maximum number of records.
Ipstringx.x.x.xhost asset IP.
Portstring22port number.
ProcNamestringsshdprocess name.
Countinteger1number of current page records.
InstanceNamestringhellohost instance name.
TotalCountinteger1total number of records returned.
Uuidstringinet-f6ac9a93-0818-4052-90e2-d24f18ee198bhost asset UUID.
Protostringtcpnetwork protocols, such as TCP and UDP.
CurrentPageinteger1currently returns page number.
Createstring1514373168000port opening time.
PropertyPortsarrayno valuehost listening port information, see the following parameter description for specific sub-items.
BindIpstring0.0.0.0IP bound to the port.

Example

Successful Response example

{
"RequestId":"D85484BB-4DC2-44EC-AD67-0B3765EC9213",
"PageSize":"20",
"Ip":"x.x.x.x",
"Port":"22",
"ProcName":"sshd",
"Count":"1",
"InstanceName":"hello",
"TotalCount":"1",
"Uuid":"inet-f6ac9a93-0818-4052-90e2-d24f18ee198b",
"Proto":"tcp",
"CurrentPage":"1",
"Create":"1514373168000",
"PropertyPorts":"no value",
"BindIp":"0.0.0.0"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}